Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

null violations error body fix #528

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

PawelSuwinski
Copy link
Contributor

I seems that PR #515 broke violations list processing based on error body so validation messages are not shown any more in the form (?), this would never happen:

if ('body' in e) {
return Promise.reject(e);
}

I think that we should step back and let jsonld do the math like it was in previous version. With this fix validation errors are shown again in the form. Please correct me if I missed anything here.

@dominikboniecki
Copy link

@alanpoulain please look at this change, the bug is very critical for global error handling in a whole project

@dunglas dunglas merged commit a3fa99c into api-platform:main Mar 6, 2024
1 check passed
@dunglas
Copy link
Member

dunglas commented Mar 6, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants